This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to get 7 values out of more than 2'000'000 documents ~Bella Kiresatherjip 2.Dec.03 03:15 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
Instead of creating a new view (which will adversely impact performance) you may consider creating a full text index. Then you can write a script to search out your 7 values on the fly. The values can be printed into a form designed as a report and displayed in the UI but never saved.
If you do go with the view, be sure to turn on the db property "Optimize document table map."